home *** CD-ROM | disk | FTP | other *** search
/ Giga Games 1 / Giga Games.iso / net / usenet / volume12 / mdg / patch3 < prev   
Encoding:
Internet Message Format  |  1991-04-03  |  1.9 KB

  1. Path: uunet!zephyr.ens.tek.com!master!saab!billr
  2. From: billr@saab.tek.com (Bill Randle)
  3. Newsgroups: comp.sources.games
  4. Subject: v12i045:  mdg -  multiuser dungeon game, Patch3
  5. Message-ID: <911@masterCNA.TEK.COM>
  6. Date: 8 Mar 91 00:31:22 GMT
  7. Sender: news@masterCNA.TEK.COM
  8. Lines: 44
  9. Approved: billr@saab.CNA.TEK.COM
  10.  
  11. Submitted-by: billr@saab.CNA.TEK.COM (Bill Randle)
  12. Posting-number: Volume 12, Issue 45
  13. Archive-name: mdg/Patch3
  14. Patch-To: mdg: Volume 12, Issue 44
  15. Environment: System V, SunOS 4.1, curses
  16.  
  17.     [As many of you have already discovered, a leading blank line
  18.      was inadvertantly deleted from the official default file
  19.      posted as Patch2. This diff just adds it back in. The Patch2
  20.      file archived on 'uunet.uu.net' and 'saab' archives has been
  21.      edited to add the blank line back in.   -br]
  22.  
  23. #! /bin/sh
  24. # This is a shell archive.  Remove anything before this line, then unpack
  25. # it by saving it into a file and typing "sh file".  To overwrite existing
  26. # files, type "sh file -c".  You can also feed this as standard input via
  27. # unshar, or by typing "sh <file", e.g..  If this archive is complete, you
  28. # will see the following message at the end:
  29. #        "End of shell archive."
  30. # Contents:  patches03
  31. # Wrapped by billr@saab on Thu Mar  7 16:25:02 1991
  32. PATH=/bin:/usr/bin:/usr/ucb ; export PATH
  33. if test -f 'patches03' -a "${1}" != "-c" ; then 
  34.   echo shar: Will not clobber existing file \"'patches03'\"
  35. else
  36. echo shar: Extracting \"'patches03'\" \(225 characters\)
  37. sed "s/^X//" >'patches03' <<'END_OF_FILE'
  38. X*** player/default.orig    Thu Mar  7 16:23:31 1991
  39. X--- player/default    Thu Mar  7 16:23:40 1991
  40. X***************
  41. X*** 1,3 ****
  42. X--- 1,4 ----
  43. X+ 
  44. X  50
  45. X   0  0  0 25  1  0 60 30  1  0  0  0  0
  46. X   0  0  1  0  0  0  0  0  0  0  0  0  0
  47. END_OF_FILE
  48. if test 225 -ne `wc -c <'patches03'`; then
  49.     echo shar: \"'patches03'\" unpacked with wrong size!
  50. fi
  51. # end of 'patches03'
  52. fi
  53. echo shar: End of shell archive.
  54. exit 0
  55.